-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implemented std paddle frontend #22075
Conversation
Thanks for contributing to Ivy! 😊👏 |
Hi @sumayyahc1, thank you for contributing! I'm not sure I'm seeing the error you mentioned, I would suggest you take a look at the the test results in |
@nassimberrada I got the error when I ran the tests locally but I just realized I didn't finish the setup correctly. Can you please let me know what other issues are present? Thanks! |
Hey @sumayyahc1, just a note on the |
@nassimberrada test_paddle_std is running successfully now. |
Looks good, merging. Thanks again for your contribution! |
Added std function to Paddle frontend, and added the test function. However, the test is failing with the error: AssertionError: Frontend function returned non-frontend arrays. I'm not sure how to fix this.
Close #22067